body{
	background-color:#FAF3DD;
	color:#050517;
	font-family:monospace;
	margin:3% 5% 3% 5%;
	}

.green{
	font-weight:650;
	text-align:center;
	font-size:40pt;
	}

div{
	background-color:#D88C9A;
	padding: 10px 25px;
	}
	
.links{
	background-color:#6A7062;
  	color: white;
  	text-align:center;
  	display: inline-block;
 	float:left;
  	font-weight:500;
  	font-family:monospace;
  	font-size:14pt;
 	}
 	
a:link{
	color:#FAF3DD;
	text-decoration:none;
	}
a:visited{
	color:#C8D5B9;
	}
a:hover{
	color:black;
	}
	
.victory{
	position: relative;
	bottom: 0;
 	left: 586;
 	width: 450px;
  	}

.house{
	position: absolute;
	bottom:317;
 	left: 400;
 	width: 400px;
  	}

.palace{
	position: absolute;
	bottom: 18;
 	left: 400;
 	width: 400px;
  	}

.mauve{
	position: absolute;
	bottom: 18;
	left: 45;
	width:300px;
	}

.hello{
	text-align:center;
	top: 400;
	font-family:monospace;
	font-size: 40pt;
	}

.text{
	text-align:center;
	top: 400;
	font-family:monospace;
	}

	
